home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_08 / 2n08066a < prev    next >
Text File  |  1991-06-29  |  112b  |  11 lines

  1. struct hn_port
  2.     {
  3. #ifdef MSDOS
  4.     int number;
  5. #else /* UNIX */
  6.     FILE *in, *out;
  7. #endif
  8.     int errno;
  9.     };
  10.  
  11.